Skip to content

Commit

Permalink
Use some other text for the 'hello world' example
Browse files Browse the repository at this point in the history
  • Loading branch information
maehw committed Jun 23, 2024
1 parent d258694 commit 4bd1c56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 85 deletions.
12 changes: 10 additions & 2 deletions helloworld.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
#include <unistd.h>

int main(int argc, char **argv) {
cputs("maehw");
sleep(10);
cputs("hello");
sleep(1);
cputs("world");
sleep(2);
cputs("git");
sleep(3);
cputs("hub");
sleep(2);
cputs("demo");
sleep(1);
cls();

return 0;
Expand Down
83 changes: 0 additions & 83 deletions sound.c

This file was deleted.

0 comments on commit 4bd1c56

Please sign in to comment.