mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
7 lines
82 B
C++
7 lines
82 B
C++
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
#include "MyHeader.h"
|
||
|
|
|
||
|
|
int main() {
|
||
|
|
printf("%s\n", kFoo);
|
||
|
|
}
|