1
0
mirror of https://git.lain.church/emil/moontalk.git synced 2025-06-24 19:06:40 +00:00

update notices

This commit is contained in:
Emil Williams
2024-02-03 17:38:35 +00:00
parent 7721b77c93
commit 25ab6168de
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,6 @@
/* moontalk.c - @BAKE cc -O2 -std=gnu99 -Wall -Wextra -pedantic $@ -o $* -lncurses -ltinfo $+ @STOP */ /* moontalk.c - @BAKE cc -O2 -std=gnu99 -Wall -Wextra -pedantic $@ -o $* -lncurses -ltinfo $+
* Written by Emil.
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,5 +1,5 @@
#!/usr/bin/ruby #!/usr/bin/ruby
# written by emil # written by Emil.
# #
# short guide # short guide
# #

View File

@ -1,4 +1,7 @@
#!/usr/bin/tclsh #!/usr/bin/tclsh
# Originally written by an Anon. Slightly modified.
package require Tk package require Tk
set ::name anonymous set ::name anonymous