Skip to content

Commit

Permalink
Merge pull request Aniket965#211 from spao234/master
Browse files Browse the repository at this point in the history
Códigos
  • Loading branch information
Aniket965 authored Oct 4, 2018
2 parents 2a9fbaf + 5c198ad commit adcb805
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pascal/hello-world.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//fpc 3.0.0

program HelloWorld;

begin
writeln('Hello, world!');
end.
7 changes: 7 additions & 0 deletions Swift/Hello Objective C
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
int main(int argc, const char * argv[]) {
{
// insert code here...
NSLog(@"Hello, World!");
}
return 0;
}

0 comments on commit adcb805

Please sign in to comment.