misterpart / Hacktoberfest-1

Hacktoberfest Allen Texas Census. Easy to Do! . https://AllenCompSci.github.io/Hacktoberfest [CENSUS] https://allencompsci.github.io/Hacktoberfest/Preview [SIGN-IN]
MIT License
0 stars 1 forks source link

How to make hello world in clojure? #1

Open misterpart opened 6 years ago

misterpart commented 6 years ago

Clojure language

misterpart commented 6 years ago

Create HelloWorld.clj #566

chaoky commented 6 years ago

user=> (println "Hello, world!") Hello, world! nil https://kimh.github.io/clojure-by-example/#about

tiagokapp commented 6 years ago

include

main(){ int idade,cpf; printf("\n\nHELLO WORLD"); printf("qual a sua idade"); scanf("%d",&idade); printf("qual o sei cpf"); scanf("%d",&cpf);

printf(" \n\nsua idade e cpf sao :%d %d",idade,cpf);

}