Skip to content
/ tpa Public

exercícios da matéria de técnicas de programação e algoritmo

Notifications You must be signed in to change notification settings

TheBrunno/tpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Bruno & Antônio - TPA lessons 🚀

we:


Java:

  public class Readme{
        public static void main(String[] args){
              for(int i=0; i<500; i++){
                    System.out.println("💖 ETEC de Guaianazes 💖");
              }
        }
  }

Python:

  for c in range(500):
        print("💖 ETEC de Guaianazes 💖")

Javascript:

  for(let i=0; i<500; i++){
        console.log("💖 ETEC de Guaianazes 💖");
  }

Pascal:

  program Readme;
  var
        i: integer;
  begin
        i := 0;
        while(i<500) do
        begin
              writeln('💖 ETEC de Guaianazes 💖');
        end;
  end.
    

💖 ETEC de Guaianazes 💖

About

exercícios da matéria de técnicas de programação e algoritmo

Topics

Resources

Stars

Watchers

Forks

Languages