Programing in C++

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers lab.cpp Source File

lab.cpp

00001 #include "lab.h"
00002 
00003 
00004 int Lab::date() {
00005     return 20180113;
00006 }
00007 
00008 int Lab::assignment() {
00009     return 12;
00010 }