Kappa⁴ Archive

banned-users

Phi Kappa Chi ΦΚΧ <a:yeah:589703000977571860><a:ppHop:536353159615086612>

Jump to date
Pins
Spooky Phijkchu banned-users
https://upload.wikimedia.org/wikipedia/commons/thumb/7/7e/Croatia_Serbia_border_Backa_Baranja.svg/768px-Croatia_Serbia_border_Backa_Baranja.svg.png Any of the yollow spots are open if you want to start a micro-nation
legorhin banned-users
csource = """#include<stdio.h>
main()
{
    printf("Hello World");
}
"""
with open("./.tempc.c",'w') as f:
  for l in csource.split("/n"):
    f.write(l)
    
import os
os.system("g++ .tempc.c -o .tempc.exe ")

import subprocess as sp
p1 = sp.Popen(["cmd", "/C", r".tempc.exe"],stdout=sp.PIPE)
print(p1.communicate()[0])

os.remove(".tempc.c")
os.remove(".tempc.exe")

This archive is read-only — captured July 2020

Channels:
Density:

Jump to date