Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 237 Bytes

ownership_samples.md

File metadata and controls

15 lines (10 loc) · 237 Bytes

Learning Cake owership by samples

Learning Cake owernship by samples is an effective way to grasp the ownership concepts and syntax through practical examples.

#include <stdio.h>
int main()
{
   void * p = malloc(1);
}