1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-09 05:20:54 -07:00
moth/packages/net-re/6100/exe.c
2011-03-04 13:57:22 -07:00

5 lines
75 B
C

#include <stdio.h>
int main() {
printf("The key is 'intangible'.");
}