8 lines
84 B
C++
8 lines
84 B
C++
|
#include "ClassIsotope.h"
|
||
|
|
||
|
void script(){
|
||
|
|
||
|
Isotope haha("10B");
|
||
|
haha.Print();
|
||
|
|
||
|
}
|