mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
10 lines
82 B
C++
10 lines
82 B
C++
#include "valueoflife.h"
|
|
|
|
int valueoflife () {
|
|
|
|
int i = 42;
|
|
|
|
return i;
|
|
}
|
|
|