mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
8 lines
71 B
C
8 lines
71 B
C
#include <stdio.h>
|
|
void conflict() {
|
|
puts("C");
|
|
|
|
}
|
|
|
|
void usec(){
|
|
}
|