10 lines
269 B
C++
10 lines
269 B
C++
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "datalake/datalake.hpp"
|
|
#include "samples_common.hpp"
|
|
#include <iostream>
|
|
|
|
SAMPLE(FileShareGettingStarted, FileShareGettingStarted)
|
|
void FileShareGettingStarted() {}
|